'Declaration
Public Function DrawTextBox( _ ByVal FontResName As String, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Right As Single, _ ByVal Bottom As Single, _ ByVal HorizontalAlignment As TextAlignment, _ ByVal VerticalAlignment As TextAlignment, _ ByVal Text As String _ ) As GdPictureStatus
public GdPictureStatus DrawTextBox( string FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, string Text )
public function DrawTextBox( FontResName: String; Left: Single; Top: Single; Right: Single; Bottom: Single; HorizontalAlignment: TextAlignment; VerticalAlignment: TextAlignment; Text: String ): GdPictureStatus;
public function DrawTextBox( FontResName : String, Left : float, Top : float, Right : float, Bottom : float, HorizontalAlignment : TextAlignment, VerticalAlignment : TextAlignment, Text : String ) : GdPictureStatus;
public: GdPictureStatus DrawTextBox( string* FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, string* Text )
public: GdPictureStatus DrawTextBox( String^ FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, String^ Text )
Parameters
- FontResName
- Left
- Top
- Right
- Bottom
- HorizontalAlignment
- VerticalAlignment
- Text